home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_11 / cover0.dir / 00017_goend.ls < prev    next >
Encoding:
Text File  |  1995-04-24  |  381 b   |  14 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to the number of cast "dngoend"
  5.     else
  6.       set the castNum of sprite clickOn() to the number of cast "goend"
  7.     end if
  8.     updateStage()
  9.   end repeat
  10.   set the castNum of sprite clickOn() to the number of cast "goend"
  11.   updateStage()
  12.   go(1, "ENDING.DIR")
  13. end
  14.